net/http.http2Framer.AllowIllegalWrites (field)
11 uses
net/http (current package)
h2_bundle.go#L1869: AllowIllegalWrites bool
h2_bundle.go#L2282: if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2289: if !f.AllowIllegalWrites {
h2_bundle.go#L2592: if (incr < 1 || incr > 2147483647) && !f.AllowIllegalWrites {
h2_bundle.go#L2706: if !http2validStreamID(p.StreamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2728: if !http2validStreamIDOrZero(v) && !f.AllowIllegalWrites {
h2_bundle.go#L2819: if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2859: if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2896: if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2995: if !http2validStreamID(p.StreamID) && !f.AllowIllegalWrites {
h2_bundle.go#L3009: if !http2validStreamID(p.PromiseID) && !f.AllowIllegalWrites {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |